type crypto/hpke.dhKEMPublicKey
6 uses
crypto/hpke (current package)
kem.go#L186: type dhKEMPublicKey struct {
kem.go#L209: return &dhKEMPublicKey{
kem.go#L223: func (pk *dhKEMPublicKey) KEM() KEM {
kem.go#L227: func (pk *dhKEMPublicKey) Bytes() []byte {
kem.go#L235: func (pk *dhKEMPublicKey) encap() (sharedSecret []byte, encapPub []byte, err error) {
kem.go#L366: return &dhKEMPublicKey{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |